home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / OzMet214.lha / OzMetro / Doorfiles1 / PltCLI11.lha / PlutCLI.scr < prev   
Text File  |  1994-12-17  |  383b  |  19 lines

  1. ; Runs a remote CLI program.
  2. ;
  3. ; Make sure your IDLERESET program is a program that
  4. ; reboots the system.  This will save you if you run a
  5. ; program that needs mouse input and you lose control!
  6.  
  7. OPTIONS NOENDCLI ANSION
  8. IDLETIME 180
  9. IDLERESET c:Reset
  10.  
  11. SHELLCMD execute s:Shell-Startup
  12. SHELLCMD echo
  13. SHELLCMD echo "Hi there, %f it is now " NOLINE
  14. SHELLCMD date
  15. SHELLCMD echo
  16.  
  17. CLIDOOR
  18.  
  19.